VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue> Class
In This Topic
Executes a processing commands on results that are collected by AnalyzerResultCollector<TTarget,TValue>.
Object Model
CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>
Syntax
'Declaration

Public Class CollectedAnalyzerResultExecutor
     (Of TTarget
The type of the target.
, TCollectorTarget
The target type of results collector.
, TValue
The type of the value.
) Inherits Vintasoft.Imaging.Processing.CompositeProcessingCommand(Of TTarget) Implements IProcessingCommand<TTarget>

Type Parameters

TTarget
The type of the target.
TCollectorTarget
The target type of results collector.
TValue
The type of the value.
Inheritance Hierarchy
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also